diff options
Diffstat (limited to 'app/[lng]/evcp/(evcp)/evaluation-input/page.tsx')
| -rw-r--r-- | app/[lng]/evcp/(evcp)/evaluation-input/page.tsx | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/app/[lng]/evcp/(evcp)/evaluation-input/page.tsx b/app/[lng]/evcp/(evcp)/evaluation-input/page.tsx index 2cf5449f..51478cc0 100644 --- a/app/[lng]/evcp/(evcp)/evaluation-input/page.tsx +++ b/app/[lng]/evcp/(evcp)/evaluation-input/page.tsx @@ -34,12 +34,12 @@ export default async function IndexPage(props: IndexPageProps) { <div> <div className="flex items-center gap-2"> <h2 className="text-2xl font-bold tracking-tight"> - 정기평가 + 협력업체 정기평가 입력 </h2> </div> - <p className="text-muted-foreground"> + {/* <p className="text-muted-foreground"> 요청된 정기평가를 입력하고 제출할 수 있습니다. - </p> + </p> */} </div> </div> @@ -74,7 +74,7 @@ export default async function IndexPage(props: IndexPageProps) { <div className="flex items-center justify-between"> <div> <h2 className="text-2xl font-bold tracking-tight"> - 정기평가 + 협력업체 정기평가 입력 </h2> </div> </div> @@ -104,11 +104,11 @@ export default async function IndexPage(props: IndexPageProps) { <div className="flex items-center justify-between space-y-2"> <div> <h2 className="text-2xl font-bold tracking-tight"> - 정기평가 + 협력업체 정기평가 입력 </h2> - <p className="text-muted-foreground"> + {/* <p className="text-muted-foreground"> 요청된 정기평가를 입력하고 제출할 수 있습니다. - </p> + </p> */} </div> </div> </div> |
